use format printf style to write to tracefd instead of using write syscall.
authorvhanquez@kneesa.uk.xensource.com <vhanquez@kneesa.uk.xensource.com>
Tue, 24 Jan 2006 11:50:38 +0000 (11:50 +0000)
committervhanquez@kneesa.uk.xensource.com <vhanquez@kneesa.uk.xensource.com>
Tue, 24 Jan 2006 11:50:38 +0000 (11:50 +0000)
commit79157a6885b99b18a3638467602299011f34ffd9
tree2877bdec038d3a350f25b0cfe9e98d9442fc8889
parentcaeab9b2e04d046e86a003c8ed387fe6d63be641
use format printf style to write to tracefd instead of using write syscall.
add a static buffer to trace() instead of always allocating from the heap.

Signed-off-by: Vincent Hanquez <vincent@xensource.com>
tools/xenstore/xenstored_core.c